←Select platform

Set(DicomDataSet,DicomElement,object[]) Method

Summary

Sets the information in the data set from the specified class instances.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static void Set( 
   DicomDataSet ds, 
   DicomElement parent, 
   object[] instances 
) 
<ExtensionAttribute()> 
Public Overloads Shared Sub Set( _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal parent As Leadtools.Dicom.DicomElement, _ 
   ByVal ParamArray instances() As Object _ 
)  
[ExtensionAttribute()] 
public: 
static void Set(  
   Leadtools.Dicom.DicomDataSet^ ds, 
   Leadtools.Dicom.DicomElement^ parent, 
   ... array<Object^>^ instances 
)  

Parameters

ds
The data set to set information into.

parent
The parent DicomElement where to start setting the information in the DicomDataSet

instances
The instances that have the correct attributes.

Remarks

Instances have to be defined with the correct ElementAttribute. Any properties not defined with this attribute will be ignored.

Example

For an example refer to ElementAttribute

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly